﻿@import url('../css/fonts.css');
html{font-size: 100px;}
@media (max-width: 1630px){html{font-size: 85px;}}
@media (max-width: 1440px){html{font-size: 70px;}}
@media (max-width: 1220px){html{font-size: 65px;}}
@media (max-width: 1024px){html{font-size: 80px;}}
@media (max-width: 1080px){html{font-size: 70px;}}
@media (max-width: 639px){html{font-size: 80px;}}

body{ font-family: "Arial", "Helvetica","sans-serif"; background-color:#fff; overflow-x:hidden; color: #333; max-width: 1920px;}
a{ color:#333333; text-decoration:none; outline: medium none;}
a:link,a:visited{text-decoration: none;}
a:hover{text-decoration:none;color:#e60012;}
img,li{ vertical-align:top; border:0px; list-style-type: none;}
img{ max-width:100%; height: auto; width: auto; transition: linear 0.35s;}
.clear{clear: both;}
.container{ margin: 0px auto; clear: both;}
*{margin:0px;padding:0px;}
ul{ list-style-type:none;}
b{ font-weight: normal; }
ul,li,h5,dt,dd,img{margin:0px;padding:0px;}
html,body,b,div,dl,dt,dd,ul,li,h1,h2,h3,h4,h5,h6,img,pre,form,p,input,td {margin:0px auto;padding:0; font-weight: normal;}
body,td,th{ font-family: "Arial", "Helvetica","sans-serif"; font-size:12px;}
input,textarea{ font-family: "Arial", "Helvetica","sans-serif"; border:0; outline:medium;}
.flex_between{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.flex_betweenlist{ display: flex; justify-content: space-between; flex-wrap: wrap;}
@media (min-width:1px) and (max-width:1080px){
	.container{ margin-left: 15px; margin-right: 15px;}
}
@media (min-width:1081px){
	.container{ width: 100%; padding: 0 15px; box-sizing: border-box;}
}
@media (min-width:1230px){
	.container{ width: 1100px; padding: 0;}
}
@media (min-width:1330px){
	.container{ width: 1200px; padding: 0;}
}
@media (min-width:1630px){
	.container{ width: 1500px; padding: 0;}
}


/*头部*/
.header{ z-index: 9; transition: linear 0.35s ease; box-sizing: border-box; position: fixed; left: 0; right: 0; top: 0; background: #fff;}

@media (min-width:1081px){
	.header .container{ display: flex;  align-items: center; justify-content: space-between; position: relative; width: auto; padding: 0 0.75rem; box-sizing: border-box;}
	.header.fis_show{ box-shadow: 0 0 2px #d5d5d5;}
}
@media (min-width: 1px) and (max-width: 1080px) {
	.header{ box-shadow: 0 0 2px #d5d5d5; background: #fff;}
}

.header .top{ background: #e60012; height: 0.5rem; overflow: hidden; transition: linear 0.35s;}
.header .top .container{ height: 100%;}
.header .top .lt{ font-size: 0.16rem; margin: 0; color: #fff;}
.header .top .lt span{ display: inline-flex; align-items: center; margin-right: 0.15rem;}
.header .top .lt span i{ font-size: 0.2rem; margin-right: 5px;}
.header .top .lt span a{ color: #fff;}
.header .top .fr{ font-size: 0.16rem; margin: 0; color: #fff;}
.header .top .fr a{ display: inline-block; margin-left: 0.15rem; color: #fff;}

@media (min-width:1082px){
	.header.fis_show .top{ height: 0;}
}
@media (min-width: 1px) and (max-width: 1081px) {
}

.header .logo{ display: inline-block; margin: 0; transition: linear 0.35s;}
.header .logo a{ display: block; }
.header .logo img{ width: auto; height: 0.54rem; transition: linear 0.35s;}

@media (min-width:1082px){
 	.header .logo{ padding: 0.25rem 0;}
	.header.fis_show .logo{ }
}
@media (min-width: 1px) and (max-width: 1081px) {
	.header .logo{ }
	.header .logo a{ padding: 10px 0;}
	.header .logo img{ height: 40px;}
}

/*导航*/
.header .menu{ display: inline-flex; transition: linear 0.35s; align-items: center;}
.header .jdmenu{ }
.header .jdmenu .nav{ }
.header .jdmenu .nav #jdmenu>li{ display: inline-block; position: relative; margin: 0; font-weight: bold;}
.header .jdmenu .nav #jdmenu>li>a{ display: block; color: #333; transition: linear 0.35s; text-transform: capitalize; box-sizing: border-box; position: relative; overflow: hidden; z-index: 9;}

.header .navbarR{ margin: 0; display: inline-flex; align-items: center; }

.header div.searchclick{ display: inline-block; cursor: pointer; margin-left: 0.2rem;}
.header div.searchclick>a{ display: inline-block;  position: relative; color: #333;}
.header div.searchclick i{ color: #333; transition: linear 0.35s; font-size: 0.2rem; display: inline-block; font-weight: bold; }

.header div.btnlanger{ display: inline-flex; position: relative; margin:0; align-items: center; justify-content: center; margin-left: 0.4rem;}
.header div.btnlanger>a{ display: flex; font-size: 0.14rem; color: #333; align-items: center; position: relative; padding: 0.41rem 0; font-weight: bold;}
.header div.btnlanger>a>i{ font-size: 0.2rem; margin-right: 7px;}
.header div.btnlanger>ul{ position: absolute; right: 0; top: 100%; width: 130px; background: #fff; box-sizing: border-box; box-shadow: 0 0 5px #d5d5d5; display: none; opacity: 0; transition: linear 0.5s; flex-wrap: wrap; z-index: 9}
.header div.btnlanger>ul>li{ margin: 0; width: calc((100%)/1); font-size: 0.16rem; border-bottom: #ddd solid 1px;}
.header div.btnlanger>ul>li>a{ display: flex; align-items: center; padding:.11rem .2rem; color: #333;}
.header div.btnlanger>ul>li>a>img{ width: 20px; margin: 0; box-sizing: border-box; border: 1px solid #f5f5f5;}
.header div.btnlanger>ul>li>a>span{ padding-left: 5px; font-size: 14px;}
.header div.btnlanger>ul>li:hover{ background: #e60012}
.header div.btnlanger>ul>li:hover>a>span{ color: #fff;}
.header div.btnlanger>ul>li:nth-child(2n){ margin-right: 0;}
.header div.btnlanger:hover>ul{ opacity: 1; display: flex;}

@media (min-width:1081px){
    .header .menu{ margin: 0; }
    .header .jdmenu{}
    .header .jdmenu .nav #jdmenu{ display: flex; justify-content: space-between; align-items: center;}
    .header .jdmenu .nav #jdmenu>li{ font-size: 0.18rem;}
    .header .jdmenu .nav #jdmenu>li>a{padding:0.41rem 0.2rem;}
    
	.header.on .jdmenu .nav #jdmenu>li>a{ color: #fff;}
	.header .jdmenu .nav #jdmenu>li:hover>a,.header .jdmenu .nav #jdmenu>li.active>a{ color: #e60012;}
	
	.header.on div.searchclick i{ color: #fff;}
	.header.on div.btnlanger>a{ color: #fff;}
}
@media (min-width: 1px) and (max-width: 1080px) {
	.header .logo{ display: inline-block;}

	.header .jdmenu .nav{ position: fixed; left: 0; right: 0; top: 56px; z-index: 9; bottom: 0; background:#1f1f1f; overflow-y:auto; transition:all .5s ease; margin: 0; display: none; padding: 10% 0.3rem;}
	.header .jdmenu .nav 
	.header .jdmenu .nav #jdmenu{ display: block; float: none; margin-bottom: 80px;}
	.header .jdmenu .nav #jdmenu>li{ display: block; float: none; text-align: left; margin-bottom: 1px; border-bottom: 1px solid #fff; font-size: 16px;}
	.header .jdmenu .nav #jdmenu>li>a{ padding: 15px 20px; display: block; color: #fff; font-size: 18px; border-right: 0; border-left: 0; }
	.header .jdmenu .nav #jdmenu>li>a>i{ display: inline-flex; align-items: center; justify-content: center; width: 50px; height: 50px; cursor: pointer; position: absolute; right: 0; top: 0; transition: linear 0.35s; font-size: 24px; color: #fff;}
	.header .jdmenu .nav #jdmenu>li.open>a>i{ transform: rotate(-90deg);}
	.header .jdmenu .nav #jdmenu>li.langer{ display: none; margin: 0;}
	.header .jdmenu .nav #jdmenu>li.langer>a{ display: flex; align-items: center;}
	.header .jdmenu .nav #jdmenu>li.langer>a>img{ margin-left: 0;}
	.header .jdmenu .nav #jdmenu>li.searchclick{ display: none; margin: 0;}

	.header .jdmenu .nav #jdmenu>li{ -webkit-animation: fadeup 0.5s;animation: fadeup .5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;}
	.header .jdmenu .nav #jdmenu>li:nth-child(1){ -webkit-animation-delay: .2s;animation-delay: .2s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(2){ -webkit-animation-delay: .3s;animation-delay: .3s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(3){ -webkit-animation-delay: .4s;animation-delay: .4s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(4){ -webkit-animation-delay: .5s;animation-delay: .5s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(5){ -webkit-animation-delay: .6s;animation-delay: .6s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(6){ -webkit-animation-delay: .7s;animation-delay: .7s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(7){ -webkit-animation-delay: .8s;animation-delay: .8s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(8){ -webkit-animation-delay: .9s;animation-delay: .9s;}
	.header .jdmenu .nav #jdmenu>li:nth-child(9){ -webkit-animation-delay: 1s;animation-delay: 1s;}
	
	.header div.searchclick{ position: absolute; top: 50%; transform: translateY(-50%); right: 60px;}

}

/*二级导航*/
.header .jdmenu .nav>#jdmenu>li>.dropdown{ min-width: 100%; background: #fff; position: absolute; left: 0; top: 100%; display: none; z-index: 8; box-sizing: border-box; transition: linear 0.35s; box-shadow: 0 0 5px #d5d5d5;}
.header .jdmenu .nav>#jdmenu>li>.dropdown ul{ text-align: left;}
.header .jdmenu .nav>#jdmenu>li>.dropdown ul li{ font-size: 0.14rem; }
.header .jdmenu .nav>#jdmenu>li>.dropdown ul li>a{ color: #333; padding: 0.15rem; display: block;}
.header .jdmenu .nav>#jdmenu>li>.dropdown ul li:hover>a,.header .jdmenu .nav>#jdmenu>li>.dropdown ul li.active>a{ background: #e60012; color: #fff;}

@media (min-width: 1081px) {
    .header .jdmenu .nav>#jdmenu>li>.dropdown{}
	.header .jdmenu .nav>#jdmenu>li>.dropdown ul li>a{ white-space: nowrap;text-overflow: ellipsis;}
}
@media (min-width: 1px) and (max-width: 1080px){
    .header .jdmenu .nav>#jdmenu>li>.dropdown{ position: inherit!important; left: inherit!important; right: inherit!important; top: inherit!important; min-width: inherit; display: none; margin: 0;}
    .header .jdmenu .nav>#jdmenu>li>.dropdown ul{ padding: 15px 0}
    .header .jdmenu .nav>#jdmenu>li>.dropdown ul li{ display: block;}
}

/*搜索*/
.header .search{ position: fixed; left: 0; top: 0; right: 0; transition: linear 0.35s; background: rgba(0,0,0,.95); overflow: hidden; z-index: 101;}
.header .search[typeof="close"]{ height: 0;}
.header .search[typeof="on"]{ height: 100%;}
.header .search .close{ position: absolute; top: 30px; right: 30px; color: #fff; display: inline-block; width: 30px; cursor: pointer;}
.header .search .close i{  font-size: 0.3rem;}
.header .search .context{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); text-align: center; width:80%;}
.header .search .context .searchlogo{ overflow: hidden; text-align: center; margin-bottom: 30px;}
.header .search .context .searchlogo img{ height: 69px;}
.header .search .context form[name="keyfrom"]{ display: flex; background: #fff; width:100%}
.header .search .context form[name="keyfrom"] input{ flex: 1; height: 0.6rem; background: none; border: 0; padding-left: 10px; box-sizing: border-box;}
.header .search .context form[name="keyfrom"] button{ width: 60px; background: none; border: 0; cursor: pointer; outline: none;}
@media (min-width: 992px) {
}
@media (min-width: 1px) and (max-width: 1080px) {
}
/*endregion*/


/*region banner*/
.bframe{ position: relative; overflow: hidden; height: 7.8rem; background: #cccccc;}
/*.bframe img{ width: 100%; height: auto;}*/
.bframe video{ width: 100%; height: 100%; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}
/*.bframe .swiper-slide{ overflow: hidden; margin: 0;}
.bframe .swiper-slide a{ display: block; position: relative;}
.bframe .swiper-slide img{ width: 100%; height: auto; transition:1s linear 2s; transform:scale(1.2,1.2);}
.bframe .swiper-slide-active img{ transition:3s linear; transform:scale(1,1); }
.bframe .swiper-pagination{ position: absolute;  left: 50%!important; transform: translateX(-50%); bottom: 0.5rem!important; text-align: left; max-width: 1200px;}
.bframe .swiper-pagination .swiper-pagination-bullet{ width: 0.3rem; height: 5px; background: #fff; opacity: 1; border-radius: 0;}
.bframe .swiper-pagination .swiper-pagination-bullet-active{ background: #e60012}
.bframe .btn{ display: none;}*/
.bframe .ibtn_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; text-align: center;}
.bframe .ibtn_txt h4{ font-size: 0.453rem; font-weight: bold; color: #fff; line-height: 1.5;}
.bframe .ibtn_txt a{ display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 0.43rem; background: #dbdbdb; font-size: 0.16rem; font-weight: bold; color: #fff; margin-top: 0.5rem; transition: linear 0.35s;}
@media (min-width:1081px) {	
    .bframe{ margin-top: 1.54rem;}
	.bframe .ibtn_txt a:hover{ background: #e60012;}
}
@media (min-width:1px) and  (max-width:1080px){
	.bframe{ position: relative; z-index: 1; margin-top: 60px; height: 4.4rem;}
	.bframe .swiper-pagination{ bottom: 15px!important; text-align: center;}
}

/*endregion*/

/*首页*/

.iframe{ overflow: hidden; position: relative; background: url("../images/1_01.jpg") no-repeat right top / 8.35rem 7.7rem;}
.iframe .lt{ position: relative; padding: 0.9rem 0 0 0;}
.iframe .lt h2{ font-size: 0.36rem; font-weight: bold; text-transform: uppercase;}
.iframe .lt article{ display: block; font-size: 0.18rem; margin-top: 0.1rem;}
.iframe .lt .line{ display: block; width: 1.14rem; height: 3px; background: #e60012; margin: 0.45rem 0 1.2rem 0 ;}
.iframe .lt h3{ font-size: 0.3rem; font-weight: bold; color: #e60012; margin-bottom: 0.1rem;}
.iframe .lt h4{ font-size: 0.22rem; font-weight: bold; color: #333333; margin-bottom: 0.4rem;}
.iframe .lt .context{ font-size: 0.18rem; line-height: 1.2;}
.iframe .lt .context p{ position: relative; padding-left: 0.4rem; margin-bottom: 0.2rem;}
.iframe .lt .context p:before{ content: ""; position: absolute; left: 0; top: 5px; width: 0.12rem; height: 0.12rem; background: #e60012; border-radius: 50%;}
.iframe .fr{ padding: 0.8rem 0 0 0;}
.iframe .fr .txt{ box-sizing: border-box; background: #d51417; padding: 0.2rem 0.2rem 0.1rem 0.8rem;}
.iframe .fr .txt h3{ font-size: 0.45rem; color: #fff; text-transform: uppercase; font-weight: bold; margin-bottom: 0.1rem;}
.iframe .fr .txt h4{ font-size: 0.22rem; font-weight: bold; color: #fff}
@media (min-width:1082px) {
	.iframe .lt{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 15px;}
	.iframe .fr{ margin: 0; width: 50%; box-sizing: border-box; }
	.iframe .fr .txt{ width: 5.1rem; margin-right: 0; margin-left: auto;}
}
@media (min-width:1230px){
	.iframe .lt{ padding-left: calc((100% - 1100px)/2);}
}
@media (min-width:1330px){
	.iframe .lt{ padding-left: calc((100% - 1200px)/2);}
}
@media (min-width:1630px){
	.iframe .lt{ padding-left: calc((100% - 1500px)/2);}
}
@media (min-width:1px) and  (max-width:1081px){
	.iframe{ padding: 0 15px;}
	.iframe .lt{ padding: 0.6rem 0 0 ;}
	.iframe .lt .line{ margin: 0.45rem 0 0.6rem 0;}
	.iframe .fr .txt{ padding: 0.2rem;}
}

.indextit{ text-align: center;}
.indextit h2{ font-size: 0.36rem; font-weight: bold; text-transform: uppercase;}
.indextit .line{ display: block; width: 1.14rem; height: 3px; background: #e60012; margin: 0.25rem auto 0 auto;}
.indextit p{ font-size: 0.18rem; line-height: 1.75; margin-top: 0.35rem;}
	
.iframe1{ overflow: hidden; padding: 0.75rem 0 0 0;}
.iframe1 .list{ margin-top: 0.6rem; height: 6rem; background: url("../images/1_02.png") no-repeat center center / cover; background-attachment: fixed; position: relative;}
.iframe1 .list:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: #000000; z-index: 2; opacity: 0.2;}
.iframe1 .list p{ position: absolute; left: 50%; bottom: 0; transform: translateX(-50%); font-size: 0.18rem; color: #fff; z-index: 2; width: 100%; max-width: 1500px; margin-bottom: 0.3rem; padding-left: 0.4rem; box-sizing: border-box;}
.iframe1 .list p:before{ content: ""; position: absolute; left: 0; top: 5px; width: 0.12rem; height: 0.12rem; background: #e60012; border-radius: 50%;}
@media (min-width:1081px) {	
	.iframe1 .txt a:hover{ background: none; border-color: #e60012; color: #fff;}
}
@media (min-width:1px) and  (max-width:1080px){
	.iframe1 .txt{ width: 100%; box-sizing: border-box; margin: 0; padding: 0 15px;}
}

.iframe2{ padding: 0.65rem 0; background: #fbfbfb;}
.iframe2 .lt{ margin: 0; width: 50%;}
.iframe2 .lt img{ width: 2.16rem; height: 0.5rem; margin-bottom: 0.15rem;}
.iframe2 .lt h1{ font-size: 0.24rem; font-weight: bold; text-transform: uppercase;}
.iframe2 .lt .context{ margin-top: 0.45rem; font-size: 0.18rem; line-height: 1.75;}
.iframe2 .lt a{ display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 0.52rem; background: #e60012; margin-top: 0.4rem; transition: linear 0.35s; font-size: 0.16rem; color: #fff; font-weight: bold;}
.iframe2 .fr{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 1.75rem;}
.iframe2 .fr .item{ overflow: hidden; background: #ffffff60; box-shadow: 0 8px 0.32rem #00000043; padding: 0.45rem;}
.iframe2 .fr .item p{ font-size: 0.18rem; line-height: 1.4; color: #fff;}
.iframe2 .fr .item a{ display: flex; align-items: center; justify-content: center; width: 100%; height: 0.57rem; background: #fff; color: #e60012; font-size: 0.18rem; margin: 0.3rem 0 1.1rem;}
.iframe2 .fr .item a i{ font-size: 0.23rem; margin-right: 0.2rem;}
.iframe2 .fr .item .txt{ overflow: hidden; padding-bottom: 0.15rem; margin-bottom: 0.3rem; border-bottom: 5px solid #f4f4f4; display: flex; justify-content: space-between;}
.iframe2 .fr .item .txt b{ margin: 0; display: inline-block; font-size: 0.18rem; font-weight: bold;}
.iframe2 .fr .item .txt span{ margin: 0; display: inline-block; font-size: 0.16rem;}
.iframe2 .fr .item .txt span em{ font-style: normal; color: #e60012;}
@media (min-width:1081px) {
    .iframe2 .lt a:hover{ background: #dbdbdb; color: #e60012;}
    .iframe2 .fr .item{ margin-top: -3rem; position: relative; z-index: 4;}
}
@media (min-width:1px) and  (max-width:1080px){
	.iframe2 .lt{ width: 100%; margin-bottom: 0.3rem;}
	.iframe2 .fr{ width: 100%; padding: 0;}
	.iframe2 .fr .item{ padding: 0.25rem;}
	.iframe2 .fr .item p{ color: #333;}
	.iframe2 .fr .item a{ background: #e60012; color: #fff;}
}


.iframe3{ overflow: hidden; padding: 0.8rem 0 1.2rem; }
.iframe3 .list{ margin-top: 1.1rem; align-items: center;}
.iframe3 .lt{ margin: 0; width: 4.3rem;}
.iframe3 .img{ margin: 0; width: 5.2rem;}
.iframe3 .fr{ margin: 0; width: 4.3rem;}
.iframe3 .item{ display: flex; justify-content: space-between; margin-bottom: 0.65rem;}
.iframe3 .item .tag{ margin: 0; width: 0.72rem; height: 0.72rem; background: #e60012; color: #fff; border-radius: 50%; display: inline-flex; align-items: center; justify-content: center;}
.iframe3 .item .tag i{ font-size: 0.33rem;}
.iframe3 .item .txt{ margin: 0; width: calc(100% - 1.03rem); padding-top: 0.2rem;}
.iframe3 .item .txt h3{ font-size: 0.18rem; font-weight: bold; margin-bottom: 0.2rem;}
.iframe3 .item .txt p{ font-size: 0.13rem; line-height: 1.4; height: 9.25em; letter-spacing: -0px;}
@media (min-width:1081px) {
    .iframe3 .item:last-child{ margin-bottom: 0;}
}
@media (min-width:1px) and  (max-width:1080px){
	.iframe3 .img{ display: none;	}
}

.iframe4{ overflow: hidden; padding: 0 0 0.55rem; }
.iframe4 .indextit h2 span{ color: #e60012;}
.iframe4 .list{ margin-top: 0.8rem;}
.iframe4 .list .lt{ margin: 0; width: 6.4rem;}
.iframe4 .list .fr{ margin: 0; width: calc(100% - 6.8rem);}
.iframe4 .list .item{ position: relative;}
.iframe4 .list .item .img{ overflow: hidden;}
.iframe4 .list .item .txt{ transition: linear 0.35s; box-sizing: border-box; padding: 0.45rem;}
.iframe4 .list .item .txt .context{ width: 100%; color: #fff;}
.iframe4 .list .item .txt .context h3{ font-size: 0.18rem; font-weight: bold; text-transform: uppercase; margin-bottom: 0.25rem;}
.iframe4 .list .item .txt .context article{ font-size: 0.18rem; line-height: 1.65;}
.iframe4 .list .item .txt .context span{ display: inline-flex; align-items: center; justify-content: center; background: #e60012; width: 0.35rem; height: 0.35rem; margin-top: 0.15rem;}
.iframe4 .list .fr .item{ margin: 0; width: calc((100% - 0.3rem)/3); margin-right: 0.15rem; margin-bottom: 0.15rem; position: relative;}

.iframe4  a.more{ display: flex; align-items: center; justify-content: center; width: 1.75rem; height: 0.52rem; background: #e60012; margin-top: 0.4rem; transition: linear 0.35s; font-size: 0.16rem; color: #fff; font-weight: bold; margin: 0.5rem auto 0 auto;}
.iframe4  a.more i{ font-size: 0.23rem; margin-right: 0.2rem;}
@media (min-width:1081px) {
    .iframe4 .list .fr .item:nth-child(3n){ margin-right: 0;}
    .iframe4 .list .fr .item:nth-child(n+4){ margin-bottom: 0;}
	.iframe4 .list .fr .item .img{  height: 2.32rem;}
    .iframe4 .list .fr .item .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}
    .iframe4 .list .item .txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%) scale(0); width: 100%; height: 100%; display: flex; align-items: center; justify-content: center; background: #00000060;}
    .iframe4 .list .item:hover .txt{ transform: translate(-50%,-50%) scale(1); }
    .iframe4 a.more:hover{ background: #dbdbdb; color: #e60012;}
}
@media (min-width:1px) and  (max-width:1080px){
	.iframe4 .list .item{}
	.iframe4 .list .item .txt{ padding: 0.2rem;}
	.iframe4 .list .item .txt .context{ color: #333;}
	.iframe4 .list .fr{ width: 100%;}
	.iframe4 .list .fr .item{ margin: 0; width: 100%; margin-right: 0;}
}

.iframe5{ overflow: hidden; position: relative; background: #fbfbfb; padding: 0.9rem 0 0.6rem;}
.iframe5 .swiper-container{ margin-top: 0.9rem;}
.iframe5 .item{ display: block; background: #fff; padding: 0.23rem; box-sizing: border-box;}
.iframe5 .item .img{ overflow: hidden;}
.iframe5 .item .txt{ margin-top: 0.3rem;}
.iframe5 .item .txt h3{ font-size: 0.22rem; font-weight: bold; line-height: 1.55;}
.iframe5 .item .txt time{ display: block; font-size: 0.16rem; margin: 0.25rem 0;}
.iframe5 .item .txt p{ font-size: 0.16rem; line-height: 1.375;}
.iframe5 .btnlist{ display: flex; align-items: center; justify-content: space-between; width: 2rem; height: 0.44rem; background: #e60012; border-radius: 5px; margin: 0.7rem auto 0 auto; padding: 0 0.2rem; box-sizing: border-box;}
.iframe5 .btnlist .btn{ margin: 0; display: inline-block; cursor: pointer; outline: none;}
.iframe5 .btnlist .btn i{ font-size: 0.3rem; color: #fff;}
@media (min-width:1081px) {
    .iframe5 .swiper-container{ margin-left: -0.4rem; margin-right: -0.4rem;}
    .iframe5 .swiper-slide{ opacity: 0.3;}
    .iframe5 .swiper-slide-active+div{ opacity: 1;}
    .iframe5 .swiper-slide-active+div+div{ opacity: 1;}
    .iframe5 .swiper-slide-active+div+div+div{ opacity: 1;}
}
@media (min-width:1px) and  (max-width:1080px){
}

.barrier{ padding: 0.95rem 0 0.85rem; border-top: 8px solid #e60012; text-align: center;}
.barrier h2{ font-size: 0.36rem; color: #333333; margin-bottom: 0.45rem;}
.barrier h2 span{ font-weight: bold;}
.barrier h4{ font-size: 0.2rem;}
.barrier .footly{ display: flex; align-items: center; flex-wrap: wrap; margin:0.6rem auto;}
.barrier .footly input{ margin: 0; width: calc((100% - 0.24rem)/3); margin-right: 0.12rem; margin-bottom: 0.2rem; height: 0.56rem; display: flex; align-items: center; background: #fbfbfb; border: 2px solid #dcdfe4; border-radius: 0.56rem; box-sizing: border-box; padding: 0 0.25rem;}
.barrier .footly textarea{ margin: 0; width: calc(100% - calc((100% - 0.24rem)/3) - 0.12rem); margin-right: 0.12rem; height: 0.56rem; display: flex; align-items: center; background: #fbfbfb; border: 2px solid #dcdfe4; border-radius: 0.56rem; box-sizing: border-box; padding: 0.15rem 0.25rem; resize: none;}
.barrier .footly button{ width: calc((100% - 0.24rem)/3);  height: 0.56rem; display: flex; align-items: center; justify-content: center; background: #e60012; box-sizing: border-box; font-style: italic; text-transform: uppercase; font-size: 0.16rem; font-weight: bold; cursor: pointer; outline: none; border-radius: 0.56rem; border: 0; color: #fff;}
@media (min-width:1081px) {
	.barrier .footly{ max-width: 1100px;}
	.barrier .footly input:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and  (max-width:1080px){
	.barrier .footly{ flex-wrap: wrap;}
	.barrier .footly input{ width: 100%; margin-bottom: 0.3rem;}
	.barrier .footly textarea{ width: 100%; margin-bottom: 0.3rem;}
}


/*region 底部*/
.footer{  position: relative; overflow: hidden; background: url("../images/footer.jpg") no-repeat center center / cover; padding: 0.65rem 0 0 0;}
.footer h2{ font-size: 0.18rem; color: #fff; margin-bottom: 0.35rem;}

.footer .txt{}
.footer .txt .lt{ margin: 0; width: 54%; font-size: 0.28rem; color: #fff; line-height: 1.42;}
.footer .txt .fr{ margin: 0; width: 46%; text-align: right;}
.footer .txt .fr a{ display: inline-flex; width: 0.44rem; height: 0.44rem; align-items: center; justify-content: center; border: 1px solid #184e99; color: #fff; margin-left: -1px; box-sizing: border-box;}
.footer .txt .fr a:hover{ border-color: #e60012; position: relative; z-index: 1;}

.footer .list{ margin-top: 0.75rem; display: flex; justify-content: space-between;}
.footer .foot{ margin: 0; width: calc((100%)/4); margin-bottom: 0.4rem; font-size: 0.18rem; color: #fff;}
.footer .foot h3{ font-size: 0.18rem; font-weight: bold; color: #fff; margin-bottom: 0.35rem;}
.footer .foot span{ display: block; font-size: 0.18rem; font-weight: bold; margin-bottom: 0.3rem;}
.footer .foot span b{ display: block; font-weight: normal; margin-top: 0.1rem;}
.footer .foot span a{ display: block; font-weight: normal; color: #fff; margin-top: 0.1rem;}

.footer .foot:nth-child(1){ width: 3.7rem; margin-right: 1.25rem;}
.footer .foot:nth-child(2){ width: 1.1rem; margin-right: 1.1rem;}
.footer .foot:nth-child(3){ width: 3.6rem; margin-right: 1rem;}
.footer .foot:nth-child(4){ width: 3.3rem;}




.footer .foot ul{ }
.footer .foot li{ font-size: 0.16rem; margin-bottom: 0.15rem;}
.footer .foot li a{ display: block; color: #fff; line-height: 1.4}
.footer .foot li:hover a{ color: #e60012}

@media (min-width:1081px) {
}
@media (min-width:1px) and  (max-width:1080px){
    .footer{ padding: 0;}
    .footer .foot{ display: none;}
}

.htmltop{ position: fixed; right: 15px; bottom: 60px; z-index: 9;}
@media (min-width:1px) and  (max-width:1080px){
.htmltop{ display: none;}
}

/*endregion*/

/*region 语种工具*/
.footer_language{overflow: hidden; padding: 15px 0; }
.footer_language>.container>ul{display: flex;}
.footer_language>.container>ul>li{margin-right:3px; display: inline-block;}
.footer_language>.container>ul>li>a{font-size:12px; line-height:2em; color: #333;}
.footer_language>.container>ul>li>a>img{border:solid 1px #eaeaea; }
.footer_language>.container>ul>li>a>span{font-size:12px; line-height:2em;}
.footer_language>.container>ul>li:last-child{ margin-right: 0px;}
@media (min-width:1081px) {
.footer_language>.container{ width: 980px}
}
@media (min-width:1230px){
    .footer_language>.container>ul>li{ margin-right: 17px;}
}
@media (min-width:1px) and (max-width:1080px){
.footer_language{ display: none;}
}
/*endregion*/

/*region 版权*/
.copy{ font-size: 14px; overflow: hidden; color: #fff; padding: 0.2rem 0; border-top: 2px solid #181818;}
.copy a{ color: #fff;}
.copy .share{ display: inline-flex; align-items: center;}
.copy .share a{ display: inline-flex; margin-right: 0.1rem;}
.copy .share a i{ font-size: 0.2rem;}
@media (min-width:1081px) {
    .copy .container{  display: flex; justify-content: space-between}
	.copy .share{ isplay: inline-flex; margin: 0;}
    .copy .divcopy{ display: inline-block; margin: 0;}
}
@media (min-width:1px) and (max-width:1080px){
.copy{  font-size: 12px; line-height: 2; border: 0; margin-top: 0; padding: 15px 0; margin-bottom: 41px;}
.copy p{ text-align: center;}
}
/*endregion*/


/*手机底部导航*/
.mobMenu{ position: fixed; left: 0px; right: 0px; bottom: 0px; z-index: 999; background: #f1f1f1; display: none;}
.mobMenu>.foot_nav{width:25%;float:left;text-align:center;color:#333;font-size:12px; font-family: "Arial"}
.mobMenu>.foot_nav>a{ color: #333;}
.mobMenu>.foot_nav>a>i.iconfont{display:block;padding:3px 0 0 0;font-size:18px;line-height:24px}
.mobMenu>.foot_nav>a>.hamburger{position:inherit;float:none;margin:0 auto;width:100%}
@media (min-width:1px) and (max-width:1079px){
.mobMenu{ display: block;}
}


/*内页*/
.body{ }

.nbframe{ position: relative; overflow: hidden;}
.nbframe img{ width: 100%;}
.nbframe .ban_txt{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2;}
.nbframe .ban_txt h4{ font-family: "Oswald-Bold"; font-size: 0.6rem; font-weight: bold; color: #fff;}
.nbframe .ban_txt p{ font-size: 0.18rem; margin-top: 0.15rem; color: #fff;}
@media (min-width:1081px){
    .nbframe{ margin-top: 1.54rem;}
    .nbframe .location{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 2;  background: none; border: 0; padding: 0;}
    .nbframe .location .txt{ color: #fff; text-align: center;}
    .nbframe .location .txt p{ margin-top: 0.2rem; justify-content: center;}
    .nbframe .location .txt p span{ color: #fff}
    .nbframe .location .txt p a{ color: #fff;}
}
@media (min-width:1px) and (max-width:1080px){
    .nbframe{ margin-top: 56px;}
	.nbframe img{ display: none;}
}

/*region 左侧导航栏目*/

.left_nav{ margin: 0; box-sizing: border-box; width: 3.6rem; padding: 0.55rem 0;}
.left_nav>.lbt{ margin-bottom: 0.4rem;}
.left_nav>.lbt h2{ margin-bottom: 0.2rem; font-size: 0.26rem; font-weight: bold; background: #e60012; padding: 0.15rem 0.2rem; color: #fff; display: flex; align-items: center; justify-content: space-between;}
.left_nav>.lbt h2 i{ font-size: 0.33rem; color: #fff; margin-left: auto;}
.left_nav>.lbt>ul{ }
.left_nav>.lbt>ul>li{ font-size: 0.18rem; font-weight: bold; position: relative; border-bottom: 1px solid #dfdfdf}
.left_nav>.lbt>ul>li>a{ display: block; padding: 0.15rem 0.3rem; background: #f4f4f4;}
.left_nav>.lbt>ul>li>a>i{ position: absolute; right: 0.12rem; top: 0.13rem; z-index: 2; font-size: 0.2rem;}
.left_nav>.lbt>ul>li:hover>a,.left_nav>.lbt>ul>li.active>a{ background: #e60012; color: #fff;}
.left_nav>.lbt>ul>li:hover>a>i,.left_nav>.lbt>ul>li.active>a>i{ color: #fff;}
.left_nav>.lbt>ul>li.active>a>i{ transform: rotate(90deg)}

.left_nav>.lbt>ul>li:hover>ul{ display: block;}
.left_nav>.lbt>ul>li>ul{ position: absolute; left: 100%; top: 0; z-index: 1; background: #fff; display: none; transition: linear 0.35s; box-shadow: 0 0 5px #f5f5f5;}
.left_nav>.lbt>ul>li>ul>li{ font-size: 0.16rem; font-weight: normal; position: relative;}
.left_nav>.lbt>ul>li>ul>li>a{ display: block; color: #333; padding: 0.12rem 0.15rem 0.12rem 0.2rem; position: relative; white-space: nowrap;text-overflow: ellipsis;}
.left_nav>.lbt>ul>li>ul>li>a:before{ content: ""; position: absolute; left: 0.12rem; top: 50%; transform: translateY(-50%); width: 4px; height: 2px; background: #333;}
.left_nav>.lbt>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li.active>a{ background: #666666; color: #fff;}

.left_nav>.lbt>ul>li>ul>li:hover>ul{ display: block;}
.left_nav>.lbt>ul>li>ul>li>ul{ position: absolute; left: 100%; top: 0; z-index: 1; background: #fff; display: none; transition: linear 0.35s; box-shadow: 0 0 5px #f5f5f5;}
.left_nav>.lbt>ul>li>ul>li>ul>li{ font-size: 0.16rem; font-weight: normal; position: relative;}
.left_nav>.lbt>ul>li>ul>li>ul>li>a{ display: block; color: #333; padding: 0.12rem 0.15rem 0.12rem 0.3rem; position: relative; white-space: nowrap;text-overflow: ellipsis;}
.left_nav>.lbt>ul>li>ul>li>ul>li>a:before{ content: ""; position: absolute; left: 0.18rem; top: 50%; transform: translateY(-50%); width: 4px; height: 2px; background: #333;}
.left_nav>.lbt>ul>li>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li>ul>li.active>a{ background: #666666; color: #fff;}

.left_nav>.lbt>ul>li>ul>li>ul>li:hover>ul{ display: block;}
.left_nav>.lbt>ul>li>ul>li>ul>li>ul{ position: absolute; left: 100%; top: 0; z-index: 1; background: #fff; display: none; transition: linear 0.35s; box-shadow: 0 0 5px #f5f5f5;}
.left_nav>.lbt>ul>li>ul>li>ul>li>ul>li{ font-size: 0.16rem; font-weight: normal;}
.left_nav>.lbt>ul>li>ul>li>ul>li>ul>li>a{ display: block; color: #333; padding: 0.12rem 0.15rem 0.12rem 0.4rem; position: relative;}
.left_nav>.lbt>ul>li>ul>li>ul>li>ul>li>a:before{ content: ""; position: absolute; left: 0.24rem; top: 50%; transform: translateY(-50%); width: 4px; height: 2px; background: #333;}
.left_nav>.lbt>ul>li>ul>li>ul>li>ul>li:hover>a,.left_nav>.lbt>ul>li>ul>li>ul>li>ul>li.active>a{ background: #666666; color: #fff;}

.left_nav .l_from{ overflow: hidden; margin-bottom: 0.3rem;}
.left_nav .l_from form{ display: flex; width: 100%; background: none; border: 1px solid #e60012; box-sizing: border-box;}
.left_nav .l_from input{ width: 100%; padding: 0.18rem 0.3rem; border: 0; background: none; font-size: 0.16rem; color: #333;}
.left_nav .l_from input::placeholder{ color: #333;}
.left_nav .l_from input::-webkit-input-placeholder{ color: #333;}
.left_nav .l_from input::-moz-placeholder{ color: #333;}
.left_nav .l_from button{ width: 66px; background: none; border: 0; cursor: pointer; outline: none; color: #333;}
.left_nav .l_from button i{ font-size: 0.2rem;}

.left_nav .itemdown{ display: flex; align-items: center; justify-content: space-between; font-size: 0.16rem; box-sizing: border-box; padding: 0.15rem 0.25rem 0.15rem 0.3rem; background: #e60012; color: #fff; margin-bottom: 0.4rem;}
.left_nav .itemdown i{ font-size: 0.2rem;}

.left_nav .leftinfo{ padding: 0.3rem; background: #e60012; color: #fff;}
.left_nav .leftinfo h2{ font-size: 0.18rem; font-weight: bold; margin-bottom: 0.15rem;}
.left_nav .leftinfo p{ font-size: 0.16rem; line-height: 1.25; margin-bottom: 0.2rem;}
.left_nav .leftinfo .divinfo{ font-size: 0.16rem; margin-bottom: 0.1rem;}
.left_nav .leftinfo .divinfo i{}
.left_nav .leftinfo .divinfo b{ font-weight: bold; margin: 0 5px;}
.left_nav .leftinfo .divinfo span{}
.left_nav .leftinfo .divinfo span a{ color: #fff;}

@media (min-width:1082px){
}
@media (min-width:1px) and (max-width:1081px){
    .left_nav{ width: 100%; float: none; }
    .left_nav>.lbt{ margin-bottom: 0;}
    .left_nav>.lbt>ul{ display: none;}
}

/*endregion*/

/*右侧*/
.right_detail{ margin: 0; width: calc(100% - 4.2rem); height: auto; padding: 0.55rem 0;}
@media (min-width:1px) and (max-width:1081px){
 .right_detail{ width: 100%; float: none; padding: 30px 0 ; box-sizing: border-box;}
}

/*region 面包屑*/
.location{ overflow: hidden; padding: 0.2rem 0; background: #efefef; box-sizing: border-box; border-bottom: 1px solid #ededed;}
.location .txt{ position: relative; display: flex; flex-wrap: wrap; font-size: 0.18rem; font-weight: bold;}
.location .txt h1,.location .txt h2{ font-size: 0.36rem; font-weight: bold; width: 100%; line-height: 1.2; text-transform: capitalize; margin-bottom: 0.1rem;}
.location .txt p{ display: inline-flex; align-items: center; width: 100%;}
.location .txt p span{ color: #e60012}
.location .icon-home{ margin-right: 0.15rem; display: none;}
.location .icon-here{ margin: 0 5px; font-size: 0.18rem;}
@media (min-width:1081px){
	.location .txt{ }
}
@media (min-width:1px) and (max-width:1080px){
.location{  padding: 20px 0;}
.location .txt{ font-size: 12px;}
.location .home{ font-size: 12px;}
.location .txt p{ font-size: 12px; flex-wrap: wrap;}
.location a{ font-size: 12px;}
}
/*endregion*/


.page_lt{ padding: 0.4rem 0;}
.page_lt ul{ display: flex; justify-content: center; align-items: center; flex-wrap: wrap;}
.page_lt li{ margin: 0 5px; border-radius: 5px;font-size: 0.16rem; display: inline-block; overflow: hidden;}
.page_lt li a{ display: flex; width: 2.25rem; height: 0.48rem; align-items: center; justify-content: center; color: #333; background: #f4f4f4; }
.page_lt li:hover>a,.page_lt li.active>a{ background: #e60012; color: #fff;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
	.page_lt ul{ justify-content: space-between;}
	.page_lt li{ margin: 0; margin-right: 5px; display: block; margin-bottom: 0.1rem; width: calc((100% - 5px)/2)}
	.page_lt li a{ width: 100%;}
	.page_lt li:nth-child(2n){ margin-right: 0;}
}

/*公司简介*/
.abframe{ padding: 0.6rem 0 0.5rem; align-items: center;}
.abframe .lt{ margin: 0; width: calc(50% - 0.3rem); box-sizing: border-box; margin-right: 0.3rem; position: relative;}
.abframe .lt span{display:inline-flex; align-items:center; justify-content:center;cursor:pointer; position:absolute; left:50%; top:50%; transform:translate(-50%,-50%);}
.abframe .lt span i{position:relative;z-index:3;color:#e60012;font-size:.5rem; margin-left: 5px;}
.abframe .lt span:before{ content: ""; position: absolute; left: 0.1rem; top: 0.1rem; right: 0.1rem; bottom: 0.1rem; background:#fff;}
.abframe .fr{ margin: 0; width: 50%; box-sizing: border-box;}
.abframe .fr img{ width: 2.16rem; height: 0.5rem;}
.abframe .fr h2{ font-size: 0.24rem; font-weight: bold; margin: 0.2rem 0 0.5rem;}
.abframe .fr .context{font-size:.18rem;line-height:1.875;color:#666;overflow:hidden;overflow-y:auto;max-height:2rem;scrollbar-color:#e60012 #e0e0e0;scrollbar-width:thin;-ms-overflow-style:none;padding-right:.2rem}
.abframe .fr .context::-webkit-scrollbar{width:4px;height:1px;-webkit-transition:all .3s linear;transition:all .3s linear}
.abframe .fr .context::-webkit-scrollbar-thumb{border-radius:10px;background:#e60012;box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s linear;transition:all .3s linear;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)}
.abframe .fr .context::-webkit-scrollbar-track{border-radius:10px;background:#e0e0e0;box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,.2)}

@media (min-width:1081px) {
	.abframe .fr{ padding-left: 0.5rem; box-sizing: border-box;}
}
@media (min-width:1px) and (max-width:1080px){
	.abframe .lt{ width: 100%;}
	.abframe .fr{ width: 100%; padding-top: 0.3rem;}
	.abframe .fr .context{ max-height: 3rem;}
}

.abframe1{ position: relative; padding: 0 0 0.95rem;}
.abframe1 .item{ margin: 0; width: calc((100% - 0.8rem)/3); margin-right: 0.4rem; box-sizing: border-box; padding: 0.2rem 0.9rem 0.6rem 0.9rem; border: 1px solid #f2f2f2; text-align: center; cursor: pointer;}
.abframe1 .item img{ width: 1rem; margin-bottom: 0.25rem;}
.abframe1 .item h3{ font-size: 0.2rem; font-weight: bold; margin-bottom: 0.25rem;}
.abframe1 .item p{ font-size: 0.16rem; line-height: 1.875;}

@media (min-width:1081px) {
    .abframe1 .item:nth-child(3n){ margin-right: 0;}
    .abframe1 .item:hover{ border-color: #e60012;}
}
@media (min-width:1px) and (max-width:1080px){
	.abframe1 .item{ width: calc((100%)/1); margin-right: 0; margin-bottom: 0.3rem;}
}

.abframe2{ position: relative; padding: 0 0 0.3rem;}
.abframe2 .list{ margin-top: 0.75rem;}
.abframe2 .btnlist{ display: flex; align-items: center; justify-content: space-between; width: 2rem; height: 0.44rem; background: #e60012; border-radius: 5px; margin: 0.35rem auto 0 auto; padding: 0 0.2rem; box-sizing: border-box;}
.abframe2 .btnlist .btn{ margin: 0; display: inline-block; cursor: pointer; outline: none;}
.abframe2 .btnlist .btn i{ font-size: 0.3rem; color: #fff;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
}

.abframe3{ background: url("../images/1_09.jpg") no-repeat center center / cover; height: 2.35rem; align-items: center; margin-bottom: 0.7rem;}
.abframe3 .lt{ margin: 0; width: 50%; box-sizing: border-box; padding-left: 0.8rem; font-weight: bold; color: #fff; font-size: 0.3rem;}
.abframe3 .fr{ margin: 0; width: 50%; box-sizing: border-box; padding-right: 1rem; display: flex; align-items: center; justify-content: flex-end;}
.abframe3 .fr a{ display: inline-flex; width: 1rem; height: 1rem; background: #fff; border-radius: 50%; align-items: center; justify-content: center; margin-left: 0.15rem;}
.abframe3 .fr a i{ font-size: 0.5rem; color: #e60012;}
.abframe3 .fr a:first-child i{ font-size: 0.3rem;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
	.abframe3{ height: auto; padding: 0.3rem 0}
	.abframe3 .lt{ width: 100%; padding-left: 0; padding: 0.15rem; text-align: center;}
	.abframe3 .fr{ width: 100%; text-align: center; margin-top: 0.3rem;}
}

.abfram4{ padding: 1.3rem 0 0.45rem; background: #fbfbfb;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
}

.abfram5{ padding: 0.75rem 0 ; }
.abfram5 .fr{}
.abfram5 .fr h3{ font-family: "manrope-bold"; font-size: 0.36rem; font-weight: bold; text-transform: uppercase; margin-bottom: 0.35rem;}
.abfram5 .fr .line{ display: block; width: 1.14rem; height: 3px; background: #e60012; margin: 0 0 0.35rem 0;}
.abfram5 .fr p{ font-size: 0.18rem; line-height: 1.56;}
.abfram5 .fr a{ display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 0.52rem; background: #e60012; margin-top: 0.4rem; transition: linear 0.35s; font-size: 0.16rem; color: #fff; font-weight: bold;}
@media (min-width:1081px) {	
	.abfram5 .container{ align-items: center;}
	.abfram5 .lt{ margin: 0; width: 50%;}
	.abfram5 .fr{ margin: 0; width: 50%;}
	.abfram5 .fr a:hover{ background: #dbdbdb; color: #e60012;}
}
@media (min-width:1px) and (max-width:1080px){
}

/*单页面*/

.neirnr{ overflow: hidden; line-height: 2; font-size: 0.16rem; min-height: 4rem;}
@media (min-width:1081px) {	
}
@media (min-width:1px) and (max-width:1080px){
}

/*图库中心*/
.gallerylist{ overflow: hidden; display: flex; flex-wrap: wrap; padding: 0.6rem 0}
.gallerylist .item{ width: calc((100% - 0.4rem)/3); margin: 0;  margin-right: 0.2rem; margin-bottom: 0.2rem;}
.gallerylist .item .img{ overflow: hidden; border: 1px solid #f5f5f5;}
.gallerylist .item .img img{ width: 100%; transition: all 0.35s ease;}
.gallerylist .item .txt{ overflow: hidden; text-align: center; padding:0.15rem 5px;}
.gallerylist .item .txt h3{ font-size: 16px; font-weight: bold; text-transform: capitalize;}
@media (min-width:1081px){
	.gallerylist .item:nth-child(3n){ margin-right: 0;}
	.gallerylist .item:nth-child(3n+1){ clear: both;}
}
@media (min-width:1px) and (max-width:1080px){
	.gallerylist .item{ width: calc((100% - 20px)/2);}
	.gallerylist .item .txt{ overflow: hidden; text-align: center; padding:10px 5px 5px 5px;}
	.gallerylist .item .txt h3{ font-size: 13px;}
	.gallerylist .item:nth-child(2n){ margin-right: 0;}
	.gallerylist .item:nth-child(2n+1){ clear: both;}
}

/*产品中心*/
.cateselection{ padding: 0.55rem 0 0.45rem; border-bottom: 1px solid #eaeaea;}
.cateselection h2{ font-size: 0.3rem; font-weight: bold; margin-bottom: 0.1rem;}
.cateselection p{ font-size: 0.16rem; line-height: 1.5;}
.cateselection .itembox{ margin-top: 0.35rem; position: relative;}
.cateselection .itembox .tit{ display: flex; justify-content: space-between; align-items: center; background: #666666; cursor: pointer;}
.cateselection .itembox .tit h3{ margin: 0; font-size: 0.16rem; text-transform: uppercase; color: #fff; padding-left: 0.2rem;}
.cateselection .itembox .tit span{ margin: 0; height: 0.46rem; width: 0.46rem; display: inline-flex; align-items: center; justify-content: center; color: #fff;}
.cateselection .itembox .tit span i{ font-size: 0.3rem;}
.cateselection .itembox .list{ position: absolute; left: 0; right: 0; top:100%; z-index: 8; background: #f3f3f3; height: 0; overflow-y: auto; visibility:visible; transition: all 0.35s;}
.cateselection .itembox .list::-webkit-scrollbar{width:2px;height:1px;-webkit-transition:all .3s linear;transition:all .3s linear;}
.cateselection .itembox .list::-webkit-scrollbar-thumb{border-radius:10px;background:linear-gradient(to right,#bdc864,#76b91f);box-shadow:inset 0 0 5px rgba(0,0,0,.2);-webkit-transition:all .3s linear;transition:all .3s linear;}
.cateselection .itembox .list::-webkit-scrollbar-track{border-radius:10px;background:#ededed;box-shadow:inset 0 0 5px rgba(0,0,0,.2);}
.cateselection .itembox .list .item{ overflow: hidden; cursor: pointer; padding: 10px 20px; font-size: 14px; color: #333; border-bottom: 1px solid #d5d5d5; text-transform: capitalize;}
.cateselection .itembox .list .item:hover,.cateselection .itembox .list .item.active{ background: #e60012; color: #fff}

.cateselection .itembox.on .list{ visibility: visible; height: 200px;}

.summary{ overflow: hidden; position: relative; padding: 0.8rem 0 0.55rem;}
.summary>h1,.summary>h2{ font-size: 0.28rem; font-weight: bold; margin-bottom: 0.3rem; position: relative;}
.summary>p{ overflow: hidden; line-height: 1.6; font-size: 0.16rem;}
.summary>h1>a,.summary>h2>a{ position: absolute; right: 0; top: 50%; transform: translateY(-50%); z-index: 2; width: 1.44rem; height: 0.36rem; background: #e60012; font-size: 0.16rem; align-items: center; justify-content: center; display: inline-flex; color: #fff; text-transform: capitalize; box-sizing: border-box; border: 1px solid #e60012;}
@media (min-width:1081px){
	.summary>h1>a:hover,.summary>h2>a:hover{ background: none; color: #e60012;}
}
@media (min-width:1px) and (max-width:1080px){
	.summary>h1>a,.summary>h2>a{ position: inherit; top: inherit; right: inherit; transform: none; display: flex; margin-top: 0.2rem;}
}

.output{}
.output .item{ padding: 1.3rem 0 0.35rem; background: #fff;}
.output .item .img{ margin: 0; width: 50%;}
.output .item .txt{ margin: 0; width: 50%;}
.output .item .txt .h3{ font-size: 0.28rem; font-weight: bold; line-height: 1.32; margin-bottom: 0.3rem; display: block;}
.output .item .txt p{ font-size: 0.16rem; line-height: 1.6;}
.output .item .txt dl{ display: flex; flex-wrap: wrap; margin-top: 0.75rem;}
.output .item .txt dl dd{ margin: 0; width: calc((100%)/2); font-size: 0.18rem; display: block; position: relative; padding-left: 0.25rem; margin-bottom: 0.25rem; box-sizing: border-box;}
.output .item .txt dl dd:before{ content: ""; position: absolute; left: 0; top: 2px; width: 0.15rem; height: 0.15rem; background: #e60012; border-radius: 50%;}
.output .item .txt dl dd a{ display: block;}
.output .item:nth-child(2n){ background: url("../images/categorybg.jpg") no-repeat center center / cover;}
@media (min-width:1081px){
	.output .item .container{ align-items: center;}
	.output .item:nth-child(1n) .container{ flex-direction: row-reverse;}
	.output .item:nth-child(1n) .img{ box-sizing: border-box; padding: 0 0.5rem 0 0.8rem;}
	.output .item:nth-child(2n) .container{ flex-direction: row;}
	.output .item:nth-child(2n) .img{ box-sizing: border-box; padding: 0 0.8rem 0 0.5rem;}
}
@media (min-width:1px) and (max-width:1080px){
	.output .item{ padding: 0.6rem 0 0.35rem;}
	.output .item .img{ width: 100%;}
	.output .item .txt{ width: 100%;}
}


.productslist{ overflow: hidden; }
.productslist .item{ margin: 0; display: block; margin-bottom: 0.2rem; box-sizing: border-box; background: #fff; border: 1px solid #ececec;}
.productslist .item .img{ overflow: hidden; box-sizing: border-box;}
.productslist .item .txt{ color: #333;}
.productslist .item .txt h3{ font-size: 0.3rem; font-weight: bold; color: #e60012; margin-bottom: 0.1rem;}
.productslist .item .txt h4{ font-size: 0.22rem; font-weight: bold; margin-bottom: 0.35rem;}
.productslist .item .txt .context{ font-size: 0.18rem; line-height: 1.2;}
.productslist .item .txt .context p{ position: relative; padding-left: 0.4rem; margin-bottom: 0.2rem;}
.productslist .item .txt .context p:before{ content: ""; position: absolute; left: 0; top: 5px; width: 0.12rem; height: 0.12rem; background: #e60012; border-radius: 50%;}
.productslist .item .txt span{ display: inline-flex; align-items: center; justify-content: center; width: 1.75rem; height: 0.52rem; background: #e60012; margin-top: 0.4rem; transition: linear 0.35s; font-size: 0.16rem; color: #fff; font-weight: bold;}
@media (min-width:1081px){
	.productslist .item{ display: flex; align-items: center; justify-content: space-between; flex-direction: row-reverse;}
	.productslist .item .img{ margin: 0; width: 50%; box-sizing: border-box; padding: 0.55rem;}
	.productslist .item .txt{ margin: 0; width: 50%; box-sizing: border-box; padding: 0.55rem 0 0.55rem 0.55rem;}
	.productslist .item:hover{ border-color: #e60012;}
	.productslist .item:hover .txt span{ background: #dbdbdb; color: #e60012;}
}
@media (min-width:1px) and (max-width:1080px) {
	.productslist{}
	.productslist .item{}
	.productslist .item .txt{ padding: 0.2rem;}
}


/*产品详情*/
.details{overflow: hidden; }

.details .pictures{ width: 100%; padding: 0.8rem 0 0.6rem;}
.details .pictures .lt{ margin: 0; width: calc(100% - 3rem);}
.details .pictures .lt h1{ font-size: 0.3rem; font-weight: bold; color: #e60012; margin-bottom: 0.15rem;}
.details .pictures .lt h2{ font-size: 0.22rem; font-weight: bold; color: #333; margin-bottom: 0.45rem;}
.details .pictures .lt .bigimgbox{ overflow: hidden; box-sizing: border-box; border: 1px solid #f3f3f3; position: relative;}
.details .pictures .lt .bigimgbox .btnvideopro{ position: absolute; right: 0.35rem; bottom: 0.25rem; display: inline-flex; align-items: center; cursor: pointer;}
.details .pictures .fr{ margin: 0; width: 2.8rem;}
.details .pictures .fr .btn{}
.details .pictures .fr .btn a{ display: flex; width: 100%; height: 0.6rem; align-items: center; justify-content: center; background: #e60012; color: #fff; font-size: 0.18rem; text-transform: uppercase;}
.details .pictures .fr .btn a:hover{ background: #949594;}
.details .pictures .fr .gallery-thumbs{margin-top: 0.45rem;}
.details .pictures .fr .gallery-thumbs .swiper-container{  height: 6.2rem;}
.details .pictures .fr .gallery-thumbs .swiper-slide{ margin: 0; border: 1px solid #575757; box-sizing: border-box; width: 100%; height: 1.465rem!important; margin-bottom: 0.1rem;}
.details .pictures .fr .gallery-thumbs .swiper-slide img{ width: 100%; height: 100%; border: 1px solid #ebebeb; box-sizing: border-box;}


.details .details-txt{ overflow: hidden;}

.samplelist{ }
.samplelist .list{ padding: 0 0.45rem; position: relative;}
.samplelist .list .swiper-slide{ margin: 0;}
.samplelist .list .swiper-slide img{ width: 100%; height: auto;}
.samplelist .list .btn{ position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; outline: none; z-index: 1;}
.samplelist .list .btn i{ font-size: 0.25rem;}
.samplelist .list .btn-prev{ left: 0;}
.samplelist .list .btn-next{ right: 0;}

.details .xgeffect{ overflow: hidden; margin-bottom: 0.35rem;}
.details .xgeffect .detailtop{ border-bottom: 3px solid #f2f2f2; display: flex; align-items: center;}
.details .xgeffect .detailtop span{ margin: 0; margin-right: 4px; display: inline-block; background: #f2f2f2; font-size: 18px; padding: 0.2rem 0.5rem; cursor: pointer;}
.details .xgeffect .detailtop span.active{ background: #e60012; color: #fff; }
.details .xgeffect .detalist{ overflow: hidden; font-size: 0.16rem; line-height: 2; padding: 0.3rem 0; display: none;}
.details .xgeffect .detalist.active{ display: block;}

.details .otherxgeffect{ overflow: hidden; margin-bottom: 0.35rem;}
.details .otherxgeffect .detailtop{ border-bottom: 3px solid #f2f2f2; display: flex; align-items: center;}
.details .otherxgeffect .detailtop span{ margin: 0; margin-right: 4px; display: inline-block; background: #e60012;  color: #fff; font-size: 18px; padding: 0.2rem 0.5rem; cursor: pointer;}
.details .otherxgeffect .detalist{ overflow: hidden; font-size: 0.16rem; line-height: 2; padding: 0.3rem 0; display: block;}

/*.details .xgeffect .detalist table{ width: 100%;}
.details .xgeffect .detalist table tr{ width: 100%;}
.details .xgeffect .detalist table tr td:nth-child(1){white-space:nowrap;width:1%;}
.details .xgeffect .detalist table tr:nth-child(1) td{background:#d63d37;color:#FFF;border:1px solid #d63d37;}
.details .xgeffect .detalist table tr td{ padding:0.06rem 0.2rem; border-left: 1px solid #a5a5a5; border-bottom: 1px solid #a5a5a5; }
.details .xgeffect .detalist table tr td:last-child{ border-right: 1px solid #a5a5a5;}
.details .xgeffect .detalist table tr:first-child td{ border-top: 1px solid #a5a5a5;}*/

@media (min-width:1081px){
  
    .details .details-txt{  }
    .details .xgeffect .detailtop span:nth-last-child(2){margin-right: 0; margin-left: auto;}
	.details .xgeffect .detailtop span:last-child{ margin-right: 0; margin-left: 4px;}
} 	
@media (min-width:1px) and (max-width:1080px){
    .details .pictures .lt{ width: 100%;}
    .details .pictures .fr{ width: 100%; margin-top: 0.3rem;}
    .details .pictures .fr .gallery-thumbs .swiper-container{  height: auto;}
    .details .pictures .fr .gallery-thumbs .swiper-slide{ height: auto!important; margin-bottom: 0;}
	.details .pictures .fr .gallery-thumbs .swiper-slide img{ height: auto!important;}
	.details .otherxgeffect .detalist .swiper-pagination-bullet{ margin: 0 5px;}
}


.relatedProducts{}
.relatedProducts .list{ position: relative;}
.relatedProducts .list .item{ display: block;}
.relatedProducts .list .item .img{ overflow: hidden; background: #fbfbfb;}
.relatedProducts .list .item .txt{ text-align: center; font-size: 0.16rem; padding: 0.1rem 0;}
.relatedProducts .list .btn{ position: absolute; top: 50%; transform: translateY(-50%); cursor: pointer; outline: none; z-index: 1;}
.relatedProducts .list .btn i{ font-size: 0.25rem;}
.relatedProducts .list .btn-prev{ left: 0;}
.relatedProducts .list .btn-next{ right: 0;}
.relatedProducts .list .swiper-pagination{ position: inherit; left: inherit; bottom: inherit; }

@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px) {
}

.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar; box-sizing: border-box;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

/*产品订单*/
.Inquiry{ overflow: hidden;}
.Inquiry p{ line-height: 2; margin-bottom: 0.3rem; font-size: 12px;}
.Inquiry p a{ color: #e60012}
.onlineInquiry{ overflow: hidden;}
.onlineInquiry .input{ overflow: hidden; display: flex; align-items: center; background: none; border: 1px solid #d8d8d8; box-sizing: border-box; padding:0  0.15rem; margin-bottom: 25px; border-radius: 5px;}
.onlineInquiry .input.textarea{ align-items: stretch;}
.onlineInquiry .input.textarea>label{ padding: 5px 15px 5px 0;}
.onlineInquiry .input>label{ font-size: 14px; color: #333; white-space: nowrap;text-overflow: ellipsis;}
.onlineInquiry .input>input{ flex: 1; background: none; line-height: 0.55rem; box-sizing: border-box; padding: 0 5px;}
.onlineInquiry .input>textarea{ flex: 1; background: none; border: 0; outline: none; padding: 8px 0; box-sizing: border-box; resize: none}
.onlineInquiry .button{ overflow: hidden; width: 100%; float: left;}
.onlineInquiry .button>button{ border: 0; padding: 10px 30px; line-height: 35px; position: relative; font-size: 17px; display: inline-block; transition: linear 0.35s; z-index: 1; cursor: pointer; color: #fff; outline: none;overflow: hidden; background: #e60012; width: 100%; text-transform: uppercase;}

@media (min-width:1081px)  {
.onlineInquiry .input.w33{ width: calc(33.33% - 17px); float: left; margin-right: 25px;}
.onlineInquiry .input.w50{ width: calc(50% - 15px); float: left; margin-right: 30px;}
.onlineInquiry .input.end{ margin-right: 0}
.onlineInquiry .input.w67{ width: calc(66.67% - 10px); float: left;}
}

/*联系我们*/
.lxfsinfo{ padding: 1.55rem 0 1rem;}
.lxfsinfo .lt{ margin: 0; width: 55%;}
.lxfsinfo .fr{ margin: 0; width: 45%; box-sizing: border-box;}
.lxfsinfo .fr h2{ font-size: 0.36rem; font-weight: bold; text-transform: uppercase; color: #333;}
.lxfsinfo .fr h2 span{ color: #e60516;}
.lxfsinfo .fr .line{ display: block; width: 1.14rem; height: 3px; background: #e60012; margin: 0.3rem 0 0.5rem;}
.lxfsinfo .fr .divinfo{ font-size: 0.16rem; display: flex; align-items: center; justify-content: space-between; margin-bottom: 0.2rem;}
.lxfsinfo .fr .divinfo i{ margin: 0; font-size: 0.18rem;}
.lxfsinfo .fr .divinfo p{ margin: 0; width: calc(100% - 0.35rem);}
@media (min-width:1081px){
	.lxfsinfo .fr{ padding-left: 0.9rem; padding-top: 0.45rem;}
	.lxfsinfo .lxfs .divinfo:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
	.lxfsinfo{ padding: 0.4rem 0; flex-direction: column-reverse;}
	.lxfsinfo .lt{ width: 100%;}
	.lxfsinfo .fr{ width: 100%;}
}

/*留言*/
.leave{ overflow: hidden; padding: 0 0 0.6rem 0; }
.leave .indextit{ text-align: left;}
.leave .indextit h2 span{ color: #e60516;}
.leave .indextit .line{ margin-left: 0;}
.feedback{ overflow: hidden; margin-top: 0.3rem;}
.feedback .input_div{ overflow: hidden; margin-bottom: 20px; position: relative; display: flex; background: #eeeeee; align-items: center; padding: 0px 0.25rem; box-sizing: border-box;}
.feedback .input_div>label{ background: none; font-size:0.16rem; font-weight: bold; color: #abacae; display: block; box-sizing: border-box; align-items: center; white-space: nowrap;text-overflow: ellipsis;}
.feedback .input_div>label>i{ margin-right: 5px;}
.feedback .input_div>input[type='text']{ width: 100%; background: none; border: 0; box-sizing: border-box; height: 0.54rem; color: #333; padding:0.15rem 10px;}
.feedback .input_div>textarea{ background:none; border: 0; width: 100%; float: left; outline: none; resize: none; box-sizing: border-box; height: 1.2rem; color: #333; padding: 10px;}
.feedback .input_div .select-control{ border: 0; width: 100%; background: none; padding:0.19rem 10px; outline: none; font-size: 15px; color: #abacae;}
.select2-container--default .select2-selection--single{padding:0 10px; height: 0.65rem!important; border: 0!important; background: none!important;}
.select2-container--default .select2-selection--single .select2-selection__rendered{ line-height: 0.65rem!important; color: #333!important;}
.select2-container--default .select2-selection--single .select2-selection__arrow{ top: 16px!important;}
.select2-results__option--selectable{ color: #333!important;}
.feedback .input_div>#idcode2{ position: absolute; right: 0; bottom: 0; height: 40px; display: inline-flex; width: 100px; align-items: center; border-left: 1px solid #d8d8d8; font-size: 20px; cursor: pointer;}
.feedback .input_div.textarea{ align-items: flex-start;}
.feedback .input_div.textarea>label{ margin-top: 10px;}
.feedback input::-webkit-input-placeholder, .feedback textarea::-webkit-input-placeholder{ color: #999; }
.feedback input:-moz-placeholder, .feedback textarea:-moz-placeholder{ color: #999;}
.feedback input::-moz-placeholder, .feedback textarea::-moz-placeholder{ color: #999;}
.feedback input:-ms-input-placeholder, .feedback textarea:-ms-input-placeholder{ color: #999;}
.feedback .button{ overflow: hidden; padding: 12px 0;}
.feedback .button button{ display: inline-flex; border: 0; align-items: center; justify-content: center; width: 100%; height: 0.45rem; box-sizing: border-box; font-size: 18px; color: #fff; transition: linear 0.35s; text-transform: capitalize; background: #e60012; text-align: center; border-radius: 5px; cursor: pointer; outline: none;}
@media (min-width:1081px)  {
.leave{ position: relative; z-index: 3; }
.feedback .w50{ width: calc(50% - 15px); margin-right: 30px;}
.feedback .w33{ width: calc(33.33% - 20px); margin-right: 30px;}
.feedback .w67{ width: calc(66.77% - 12px); }
.feedback .end{ margin-right: 0;}
.feedback .fl{ float: left;}
.feedback .fr{ float: right; }
}
@media (min-width:1px) and (max-width:1080px) {
.leave{ padding: 0px;}
.leave h2{ font-size: 16px; margin-bottom: 10px;}
.leave p{ font-size: 12px; margin-bottom: 10px;}
.feedback .input_div>label{ font-size: 14px;}
.feedback{ display: block; margin-top: 15px;}
.feedback .left{ margin-right: 0px;}
.feedback .right{ margin-left: 0px;}
.feedback .w50{ width: auto;}
.feedback .button button{ width: 110px; height: 40px;}
}
@media (min-width:1081px){
}
@media (min-width:1px) and (max-width:1080px) {
}

.cont_lxfs1{ overflow: hidden;}
.cont_lxfs1 h2{ font-family: "firasans-bold"; font-size: 0.4rem; text-transform: uppercase; color: #fff; margin-bottom: 0.4rem; text-align: center;}
.cont_lxfs1 .list{ overflow: hidden; margin-top: 0.75rem; display: flex; flex-wrap: wrap;}
.cont_lxfs1 .list .item{ margin: 0; width: calc((100% - 5rem)/6); margin-right: 1rem; display: block;}
.cont_lxfs1 .list .item .img{ overflow: hidden;}
.cont_lxfs1 .list .item .img img{ width: 100%; height: auto;}
@media (min-width:1082px) {
    .cont_lxfs1 .list .item:nth-child(6){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px) {
    .cont_lxfs1 .list .item{  width: calc((100% - 0.8rem)/3); margin-right: 0.4rem;}
    .cont_lxfs1 .list .item:nth-child(3n){ margin-right: 0;}
}

/*新闻中心*/
.newsitembox{ background: #fbfbfb; padding: 0.4rem 0;}
.newsitembox .img{ overflow: hidden; position: relative; margin: 0; width: 53.5%;}
.newsitembox .img a{ display: block; height: 4.2rem; position: relative;}
.newsitembox .img img{ position: absolute; width: 100%; height: 100%; 	left: 50%; top: 50%; transform: translate(-50%,-50%); object-fit: cover;}
.newsitembox .txt{ margin: 0; width: 46.5%; box-sizing: border-box; }
.newsitembox .txt h4{ font-size: 0.16rem; font-weight: bold; text-transform: uppercase; color: #e60012; margin-bottom: 0.45rem;}
.newsitembox .txt h3{ font-size: 0.26rem; line-height: 1.4; color: #333; font-weight: bold;}
.newsitembox .txt time{ font-size: 0.16rem; color: #333; display: block; margin: 0.25rem 0 0.3rem;}
.newsitembox .txt p{ font-size: 0.16rem; line-height: 1.8; color: #333333}

.newslist{ display: flex; flex-wrap: wrap; padding: 0.5rem 0;}
.newslist .item{ margin: 0; width: calc((100% - 1.15rem)/4); margin-right: 0.35rem; margin-bottom: 0.5rem;}
.newslist .item .img{ box-sizing: border-box; border: 1px solid #ebebeb; position: relative; overflow: hidden;}
.newslist .item .img img{ width: 100%; height: auto;}
.newslist .item .txt{ overflow: hidden; box-sizing: border-box; margin: 0.25rem 0 0 0; }
.newslist .item .txt h3{ font-size: 0.22rem; line-height: 1.4; color: #000033; font-weight: bold;}
.newslist .item .txt time{ font-size: 0.16rem; color: #333; display: block; margin: 0.25rem 0 0.3rem;}
.newslist .item .txt p{ font-size: 0.16rem; line-height: 1.8; color: #333333}
@media (min-width:1081px){
	.newsitembox .flex_between{ flex-direction: row-reverse; align-items: center;}
	.newsitembox .txt{padding-right: 1.5rem;}
	.newslist .item:nth-child(4n){ margin-right: 0;}
	.newslist .item:hover .img img{ transform: scale(1.1)}
}
@media (min-width:1px) and (max-width:1080px) {
	.newsitembox .img{ width: 100%; margin-bottom: 0.3rem;}
	.newsitembox .txt{ width: 100%; }
	.newslist .item{ width: calc((100% - 0.2rem)/2); margin-right: 0.2rem; margin-bottom: 0.3rem;}
	.newslist .item:nth-child(2n){ margin-right: 0;}
}

.newsdetail{ overflow: hidden; }
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.32rem; font-family: "Century Gothic"; font-weight: bold; line-height: 52px; color: #e60012; text-align: center; padding: 0 15px; margin-bottom: 30px;}
.newsdetail .Title .txt{ padding: 0.2rem 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; display: flex; color: #999;}
.newsdetail .Title .txt .bshare-custom{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .Title .txt #ProShare{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 16px; line-height: 2; color: #fff;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.newsdetail .pagelist>a{ font-size: 16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}

@media (min-width:1px) and (max-width:1080px){
.newsdetail{ padding: 15px 0 30px;}
.newsdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
.newsdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.newsdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.newsdetail .context{ padding: 15px 0 20px;}
.newsdetail .pagelist{ display: block;}
.newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}

/*解决方案*/
.solutiontit{ padding: 0.7rem 0 0.6rem;}
.solutiontit h2{ font-size: 0.3rem; font-weight: bold; margin-bottom: .3rem; font-family: "Myriad Pro"; color: #4d4d4d;}
.solutiontit p{ font-size: 0.16rem; line-height: 1.8;}
@media (min-width:1081px) {
}
@media (min-width:1px) and (max-width:1080px){
}
.solutionslist{ }
.solutionslist .item{ display: block;  overflow: hidden; position: relative; margin-bottom: 0.4rem;}
.solutionslist .item .img{height: 3.45rem; overflow: hidden; position: relative;}
.solutionslist .item .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; width: 100%; height: 100%; object-fit: cover;}
.solutionslist .item .img:before{ content: ""; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to left,#000,transparent); z-index: 2;}
.solutionslist .item .txt{ position: absolute; top: 50%; right: 0; transform: translateY(-50%); width: 100%; height: auto; z-index: 2; color: #fff; box-sizing: border-box; padding-right: 0.25rem;}
.solutionslist .item .txt h3{ font-size: 0.3rem; font-weight: bold; margin-bottom: 0.3rem;}
.solutionslist .item .txt p{ font-size: 0.16rem; line-height: 1.8;}
.solutionslist .item .txt span{ display: inline-flex; margin-top: 0.2rem; width: 1.3rem; height: 0.36rem; background: #fff; border-radius: 5px; font-size: 0.16rem; color: #e60012; align-items: center; justify-content: center;}

.solutionitembox{ display: block;  overflow: hidden; position: relative; margin-bottom: 0.4rem;}
.solutionitembox .img{ overflow: hidden; position: relative;}
.solutionitembox .img img{ width: 100%; height:auto;}
.solutionitembox .txt{ position: absolute; left: 0;  top: 50%; transform: translateY(-50%); padding: 0 0.45rem; z-index: 7}
.solutionitembox .txt .lt{ color: #fff;}
.solutionitembox .txt .lt h3{ font-size: 0.3rem; font-weight: bold; margin-bottom: 0.3rem;}
.solutionitembox .txt .lt p{ font-size: 0.16rem; line-height: 1.8;}
.solutionitembox .txt .fr a{ display: inline-flex; width: 2.22rem; height: 0.44rem; background: #fff; border-radius: 5px; font-size: 0.16rem; color: #e60012; align-items: center; justify-content: center;}
@media (min-width:1081px) {
	.solutionslist .item .txt{ width: 60%;}
	.solutionitembox .txt{display: flex; justify-content: space-between; align-items: center;}
	.solutionitembox .txt .lt{ margin: 0; width: 50%;}
	.solutionitembox .txt .fr{ margin: 0; width: 50%; text-align: right;}
}
@media (min-width:1px) and (max-width:1080px){
	.solutionslist .item .txt{ width: 60%;}
	.solutionitembox .img{ height: 3rem; position: relative;}
	.solutionitembox .img img{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 1; width: 100%; height: 100%; object-fit: cover;}
	.solutionitembox .txt .lt h3{ font-size: 0.24rem; font-weight: bold; margin-bottom: 0.2rem;}
	.solutionitembox .txt .lt p{ font-size: 0.14rem; line-height: 1.8; margin-bottom: 0.2rem;}
}

/*案例中心*/
.othertit{ text-align: center; padding: 0.7rem 0 0.55rem;}
.othertit h2{  font-size: 0.42rem; font-weight: bold; color: #e60012; line-height: 1; margin-bottom: 0.3rem;}
.othertit p{ font-size: 0.16rem; color: #97a4b0;}

.caseslist{ overflow: hidden; display: flex; flex-wrap: wrap; padding-bottom: 0.3rem; margin-bottom: 0.4rem; border-bottom: 2px solid #eaeaea;}
.caseslist .item{ margin: 0; display: block; width: calc((100% - 0.5rem)/3); margin-right: 0.25rem; margin-bottom: 0.25rem; position: relative; border: 1px solid transparent; box-sizing: border-box;}
.caseslist .item .img{ overflow: hidden;}
.caseslist .item .img img{ width: 100%; height: auto;}
.caseslist .item .txt{ background: rgba(133,189,43,0.7); padding: 0.3rem 0.15rem 0.3rem 0.3rem; box-sizing: border-box;}
.caseslist .item .txt h3{ font-size: 0.18rem; font-weight: bold;  color: #fff; margin-top: 0.25rem;}
.caseslist .item .txt h4{ font-size: 0.16rem; margin: 0.3rem 0 0.5rem; color: #fff;}
.caseslist .item .txt span{ display: inline-block; padding: 7px 0.3rem; border-radius: 0.3rem; border: 1px solid #fff; color: #fff; font-size: 0.16rem; box-sizing: border-box; text-transform: uppercase;}

@media (min-width:1081px){
	.caseslist .item .txt{ position: absolute; left: 50%; top: 50%; width: 100%; height: 100%; transform: translate(-50%,-50%) scale(0); transition: linear 0.35s; background: rgba(133,189,43,0.7); z-index: 2; overflow: hidden;}
	.caseslist .item:hover .txt{ transform: translate(-50%,-50%) scale(1);}
    .caseslist .item:nth-child(3n){ margin-right: 0;}
}
@media (min-width:1px) and (max-width:1080px){
    .caseslist .item{ width: 100%; margin-right: 0;}
    .caseslist .item .img:before{ opacity: 0.6;}
}

.newsdetail{ overflow: hidden; padding: 0.6rem 0}
.newsdetail .Title{ overflow: hidden;}
.newsdetail .Title h1{ font-size: 0.32rem; font-family: "Century Gothic"; font-weight: bold; line-height: 52px; color: #e60012; text-align: center; padding: 0 15px; margin-bottom: 30px;}
.newsdetail .Title .txt{ padding: 0.2rem 0; border-top: 1px solid #f1f1f1; border-bottom: 1px solid #f1f1f1; display: flex; color: #999;}
.newsdetail .Title .txt .bshare-custom{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .Title .txt #ProShare{ display: inline-block; margin: 0; margin-left: 5px;}
.newsdetail .context{ overflow: hidden; padding: 45px 0 110px; border-bottom: 1px solid #f1f1f1; font-size: 16px; line-height: 2; color: #fff;}
.newsdetail .pagelist{ overflow: hidden; margin-top: 15px; display: flex; justify-content: space-between;}
.newsdetail .pagelist>a{ font-size: 16px; line-height: 28px; color: #666; max-width: 45%; margin: 0; white-space: nowrap;text-overflow: ellipsis; overflow: hidden;}

@media (min-width:1px) and (max-width:1080px){
.newsdetail{ padding: 15px 0 30px;}
.newsdetail .Title h1{ font-size: 20px; line-height: 2; padding: 0 7px; margin-bottom: 15px;}
.newsdetail .Title .txt{ padding: 10px 0 5px 0; display: block;}
.newsdetail .Title .txt #ProShare{ margin-top: 10px; display: block;}
.newsdetail .context{ padding: 15px 0 20px;}
.newsdetail .pagelist{ display: block;}
.newsdetail .pagelist>a{ display: block; font-size: 14px; line-height: 24px; color: #666; max-width: 100%; margin: 0;}
}


/*服务中心*/
.servicelist{ overflow: hidden; padding: 0.5rem 0; position: relative;}
.servicelist h2{ font-size: 0.34rem; font-weight: bold; text-align: center; z-index: 1.2; margin-bottom: 0.4rem;}

@media (min-width:1081px) {
   
}
@media (min-width:1px) and (max-width:1080px){
}


/*下载中心*/
.downloadlist{  padding: 0 0 0.5rem 0; display: flex; flex-wrap: wrap;}
.downloadlist .item {overflow: hidden; position: relative; margin-bottom: 0.2rem;}
.downloadlist .item .img{ overflow: hidden; position: relative;}
.downloadlist .item .txt{ }
.downloadlist .item .txt h3{ display: block; padding: 0.3rem; background: #e60012; font-weight: bold; font-size: 0.26rem; color: #fff; clear: both;}
.downloadlist .item .txt span{ display: block; margin-top: 4px; background: #0652a2; font-size: .16rem; color: #fff; padding: 0.1rem 0.3rem;}
.downloadlist .item .txt span i{ font-size: 0.18rem; margin-left: 0.25rem;}
@media (min-width:1081px) {	
	.downloadlist .item .txt{ position: absolute; left: 0; top: 0.65rem; text-align: center;}
}
@media (max-width: 1080px) {
	.downloadlist .item .txt h3{ padding: 0.15rem;}
	.downloadlist .item .txt span{ padding: 0.15rem;}
}

/**********常见问题**********/
.faqlist{ overflow: hidden; padding:0 0  0.6rem 0;}
.faqlist h2{ font-size: 0.36rem; font-weight: bold; color: #333;}
.faqlist .line{ display: block; width: 0.68rem; height: 6px; border-radius: 6px; background: #e60012; margin: 0.15rem 0 0.3rem;}
.faqlist p{ font-size: 0.16rem; line-height: 1.875; color: #666;}
.faqlist .list{ overflow: hidden;}

.faqlist .item{ transition: all 0.35s ease; overflow: hidden; padding: 0.2rem; box-sizing: border-box; border: 1px solid #ddd; margin-top: 0.3rem; cursor: pointer;}
.faqlist .item .tit{ display: flex; align-items: center; justify-content: space-between; border-bottom: 1px dashed #ddd; padding-bottom: 0.15rem; margin-bottom: 0.15rem;}
.faqlist .item .tit span{ margin: 0; width: 0.24rem; height: 0.24rem; border-radius: 50%; background: #e60012; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; color: #fff;}
.faqlist .item .tit b{ margin: 0; width: calc(100% - 0.4rem); display: block; font-size: 0.18rem; font-weight: bold;}
.faqlist .item .txt{ display: flex; align-items: flex-start; justify-content: space-between;}
.faqlist .item .txt span{ margin: 0; width: 0.24rem; height: 0.24rem; border-radius: 50%; background: #666666; overflow: hidden; display: inline-flex; align-items: center; justify-content: center; color: #fff; font-size: 0.18rem; margin-top: 5px;}
.faqlist .item .txt .context{  margin: 0; width: calc(100% - 0.4rem); display: block; font-size: 0.16rem; line-height: 2.25;}

@media (min-width:1082px){
	.faqlist .item:hover{ background: #e60012; color: #fff;}
	.faqlist .item:hover  span{ background: #fff; color: #e60012;} 
}
@media (min-width:1px) and (max-width:1081px){
}
/**********常见问题**********/



/* 视频中心 */
.videotop{ padding: 0.6rem 0 0.9rem;}
.videotop .item{ overflow: hidden;}
.videotop .item .img{ position: relative; height: 4.5rem;}
.videotop .item .img iframe{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}
.videotop .item .txt{}
.videotop .item .txt h2{ font-size: 0.16rem; font-weight: bold; text-transform: uppercase; color: #e60012; margin-bottom: 0.3rem;}
.videotop .item .txt h3{ font-size: 0.26rem; font-weight: bold; line-height: 1.4; color: #333333;}
.videotop .item .txt p{ font-size: 0.18rem; line-height: 1.56; color: #333333; margin-top: 0.4rem;}

.videocate{ padding: 0 0 0.55rem;}
.videocate h2{ font-size: 0.26rem; font-weight: bold; line-height: 1.4; color: #333333; margin-bottom: 0.45rem;}
.videocate ul{  display: flex; flex-wrap: wrap;}
.videocate ul>li{ margin: 0; display: inline-block; margin-right: 0.2rem; margin-bottom: 0.2rem; overflow: hidden; border-radius: 5px;}
.videocate ul>li>A{ display: block; padding: 0.1rem 0.35rem; background: #e5e5e5; color: #333; font-size: 0.16rem;}
.videocate ul>li:hover>A,.videocate ul>li.active>A{ background: #e60012; color: #fff;}
@media (min-width:1081px){
	.videotop .item{ display: flex; justify-content: space-between; flex-direction: row-reverse; align-items: center;}
	.videotop .item .img{ margin: 0; width: 50%;}
	.videotop .item .txt{ margin: 0; width: 50%; padding-right: 0.75rem;}
} 
@media (min-width:1px) and (max-width:1080px){
	.videotop .item .txt{ margin-top: 0.3rem;}
}

.videolist{ overflow: hidden; display: flex; flex-wrap: wrap; padding-bottom: 0.4rem;}
.videolist .item{ margin: 0; width: calc((100% - 0.4rem)/3); margin-right: 0.2rem; margin-bottom: 0.2rem;}
.videolist .item .img{ position: relative; height: 2.65rem;}
.videolist .item .img iframe{ position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; object-fit: cover;}
.videolist .item .txt{ font-size: 0.16rem; line-height: 1.45; text-align: center; padding: 0.15rem;}
@media (min-width:1081px){
	.videolist .item:nth-child(3n){ margin-right: 0}
} 
@media (min-width:1px) and (max-width:1080px){
	.videolist{ margin-top: 0.48rem;}
	.videolist .item{ width: calc((100%)/1); margin-right: 0}
	.videolist .item .img{ height: 3rem;}
}

/*region 其他*/
.thk_nav{ text-align: justify; font-size: 16px; line-height: 2em; padding: 30px 0;}
.thk_nav>h1{ font-size: 20px; font-weight: bold; color: #333;}
.btnthank{padding: 5px 10px;margin-top: 15px;display: inline-block;border:1px solid #d00000;color:#ffffff;background-color:#d00000;}
.btnthank:hover{background-color: #ffffff;color: #d00000;}


.hidden{ display: none!important;}
@media (min-width:1081px){
    .hidden-pc{display: none!important;}
}
@media (min-width:1px) and (max-width:1080px) {
	.hidden-xs{ display: none!important;}
}
/*endregion*/

/*网站地图*/
.sitemaps{ overflow: hidden; padding: 40px 0;}
.sitemaps .column{ overflow: hidden; font-size: 18px;}
.sitemaps .column a{ display: block; padding: 10px 0}
.sitemaps .Bigcategory{ overflow: hidden; padding-left: 2%; font-size: 16px; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li{ width: 100%; margin: 0; font-size: 16px; text-transform: capitalize}
.sitemaps .Bigcategory li a{  padding: 10px 0; display: block;}
.sitemaps .Bigcategory li>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps .Bigcategory li>.list-inline li{ width: 48%; margin: 0; font-size: 12px; padding: 0 1%;}
.sitemaps>.list-inline{ padding-left: 2%; display: flex; flex-wrap: wrap;}
.sitemaps>.list-inline li{ width: 100%; margin: 0; font-size: 16px;}
.sitemaps>.list-inline li a{ display: block;  padding: 10px 0;}
.sitemaps .columnclear{ overflow: hidden; clear: both; border-bottom: 1px dashed #d5d5d5; margin: 10px 0;}
@media (min-width:1px) and (max-width:1080px) {
.sitemaps{ padding: 30px 0;}
.sitemaps .Bigcategory li{ width: 100%; overflow: hidden;}
.sitemaps>.list-inline li{ width: 100%; overflow: hidden;}
.sitemaps .Bigcategory li>.list-inline li{ width: 100%;}
}

/*其他*/
.table-responsive{overflow-x:auto;min-height:.01%;}
@media screen and (max-width:767px){.table-responsive{overflow-y:hidden;margin-bottom:15px;width:100%;border:1px solid #ddd;-ms-overflow-style:-ms-autohiding-scrollbar;}
.table-responsive>.table{margin-bottom:0;}
.table-responsive>.table>tbody>tr>td,.table-responsive>.table>tbody>tr>th,.table-responsive>.table>tfoot>tr>td,.table-responsive>.table>tfoot>tr>th,.table-responsive>.table>thead>tr>td,.table-responsive>.table>thead>tr>th{white-space:nowrap;}
.table-responsive>.table-bordered{border:0;}
.table-responsive>.table-bordered>tbody>tr>td:first-child,.table-responsive>.table-bordered>tbody>tr>th:first-child,.table-responsive>.table-bordered>tfoot>tr>td:first-child,.table-responsive>.table-bordered>tfoot>tr>th:first-child,.table-responsive>.table-bordered>thead>tr>td:first-child,.table-responsive>.table-bordered>thead>tr>th:first-child{border-left:0;}
.table-responsive>.table-bordered>tbody>tr>td:last-child,.table-responsive>.table-bordered>tbody>tr>th:last-child,.table-responsive>.table-bordered>tfoot>tr>td:last-child,.table-responsive>.table-bordered>tfoot>tr>th:last-child,.table-responsive>.table-bordered>thead>tr>td:last-child,.table-responsive>.table-bordered>thead>tr>th:last-child{border-right:0;}
.table-responsive>.table-bordered>tbody>tr:last-child>td,.table-responsive>.table-bordered>tbody>tr:last-child>th,.table-responsive>.table-bordered>tfoot>tr:last-child>td,.table-responsive>.table-bordered>tfoot>tr:last-child>th{border-bottom:0;}
}

.material{ overflow: hidden; padding: 30px 0; text-align: center; font-size: 14px; text-transform: capitalize; font-weight: bold;}
@media (min-width:1px) and (max-width:1080px) {
.material{ padding: 20px; font-size: 14px;}
}
.onliewhatsapp{ position:fixed; right:15px; bottom:20%; z-index:10;}
.onliewhatsapp img{ width:70px;}

/*人才招聘*/
.joinuslist{ padding: 0 0 0.55rem 0 ;}
.joinuslist .item{ overflow: hidden; display: flex; justify-content: space-between; background: #d63d37; margin-bottom: 8px;}
.joinuslist .item h3{ padding: 0.2rem 0.2rem; font-size: 16px; font-weight: bold; color: #fff; margin: 0; box-sizing: border-box;}
.joinuslist .item h3:nth-child(1){ width: 467px;}
.joinuslist .item h3:nth-child(2){ width: 297px;}
.joinuslist .item h3:nth-child(3){ width: 264px;}
.joinuslist .item h3:nth-child(4){ width: 364px;}
.joinuslist .item h3:nth-child(5){ width: 130px;}
.joinuslist .item p{ padding: 0.15rem 0.2rem; font-size: 16px; color: #202020; margin: 0; box-sizing: border-box;}
.joinuslist .item p:nth-child(1){ width: 467px;}
.joinuslist .item p:nth-child(2){ width: 297px;}
.joinuslist .item p:nth-child(3){ width: 264px;}
.joinuslist .item p:nth-child(4){ width: 364px;}
.joinuslist .item p:nth-child(5){ width: 130px;}
.joinuslist .item p>a{display: flex;}
.joinuslist .item:nth-child(n+2){ background: rgb(246, 248, 249);}

@media (min-width:1081px) {	
.joinuslist .item:nth-child(n+2):hover{ background: #84B6DB}
}
@media (min-width:1px) and (max-width:1080px) {
.joinuslist .item h3:nth-child(3){ display: none;}
.joinuslist .item h3:nth-child(4){ display: none;}
.joinuslist .item h3:nth-child(5){ width: 300px;}
.joinuslist .item p:nth-child(3){ display: none;}
.joinuslist .item p:nth-child(4){ display: none;}
.joinuslist .item p:nth-child(5){ width: 300px;}
.joinuslist .item h3{ font-size: 12px; padding: 10px;}
.joinuslist .item p{ font-size: 10px; padding: 6px 10px;}
.joinuslist .item p>a{ font-size: 10px;}
}



/**********右侧浮动**********/
#float{position:fixed;right:15px;top:50%;margin-top:-60px;z-index:8; }
#float a.ico{ display: block; margin-bottom: 0.1rem; width: 0.44rem; position: relative;}
#float a.ico .codeimg{ position: absolute; right: calc(100% + 0.3rem); top: 0; width: 0; transition: linear 0.35s;}
#float a.ico .codeimg img{ width: 100%;}
#float a.hover:hover .codeimg{ width: 1.8rem;}
@media (min-width:1px) and (max-width:1080px) {
   
}
#float #btninquy>em>i{ animation: blink 1.5s infinite; }
@keyframes blink {
0% {
opacity: 1;
	color: #08577c;
}
50% {
opacity: 0.5;
}
100% {
opacity: 0;
}
}


/*region 分页*/
.page{overflow: hidden;text-align: right;}
.pagination{display:inline-block;margin:20px 0;padding-left:0;border-radius:4px; }
.pagination>li{display:inline;}
@media (min-width:1081px){.pagination>li>a,.pagination>li>span{padding:6px 12px!important;}
}
.pagination>li>a,.pagination>li>span{position:relative;float:left;margin-left:-1px;padding:3px 4px;border:1px solid #ddd;background-color:#fff;color:#e60012;text-decoration:none;line-height:1.42857143;}
.pagination>li:first-child>a,.pagination>li:first-child>span{margin-left:0;border-bottom-left-radius:4px;border-top-left-radius:4px;}
.pagination>li:last-child>a,.pagination>li:last-child>span{border-top-right-radius:4px;border-bottom-right-radius:4px;}
.pagination>li>a:focus,.pagination>li>a:hover,.pagination>li>span:focus,.pagination>li>span:hover{z-index:3;border-color:#ddd;background-color:#eee;color:#e60012;}
.pagination>.active>a,.pagination>.active>a:focus,.pagination>.active>a:hover,.pagination>.active>span,.pagination>.active>span:focus,.pagination>.active>span:hover{z-index:2;border-color:#e60012;background-color:#e60012;color:#fff;cursor:default;}
.pagination>.disabled>a,.pagination>.disabled>a:focus,.pagination>.disabled>a:hover,.pagination>.disabled>span,.pagination>.disabled>span:focus,.pagination>.disabled>span:hover{border-color:#ddd;background-color:#fff;color:#777;cursor:not-allowed;}
.pagination-lg>li>a,.pagination-lg>li>span{padding:10px 16px;font-size:18px;line-height:1.3333333;}
.pagination-lg>li:first-child>a,.pagination-lg>li:first-child>span{border-bottom-left-radius:6px;border-top-left-radius:6px;}
.pagination-lg>li:last-child>a,.pagination-lg>li:last-child>span{border-top-right-radius:6px;border-bottom-right-radius:6px;}
.pagination-sm>li>a,.pagination-sm>li>span{padding:5px 10px;font-size:12px;line-height:1.5;}
.pagination-sm>li:first-child>a,.pagination-sm>li:first-child>span{border-bottom-left-radius:3px;border-top-left-radius:3px;} 
.pagination-sm>li:last-child>a,.pagination-sm>li:last-child>span{border-top-right-radius:3px;border-bottom-right-radius:3px;}
.pager{margin:20px 0;padding-left:0;list-style:none;text-align:center;}
.pager li{display:inline;}
.pager li>a,.pager li>span{display:inline-block;padding:5px 14px;border:1px solid #ddd;border-radius:15px;background-color:#fff;}
.pager li>a:focus,.pager li>a:hover{background-color:#eee;text-decoration:none;}
.pager .next>a,.pager .next>span{float:right;}
.pager .previous>a,.pager .previous>span{float:left;}
.pager .disabled>a,.pager .disabled>a:focus,.pager .disabled>a:hover,.pager .disabled>span{background-color:#fff;color:#777;cursor:not-allowed;}
/*endregion*/



#floatForm{position:fixed;right:0;bottom:0;z-index:10; transition: linear 0.35s; transform: translateY(100%); opacity: 0;}
#floatForm[typeof='close']{ transform: translateY(100%); opacity: 0;}
#floatForm[typeof='open']{ transform: translateY(0); opacity: 1}
#floatForm .contactTop{ overflow: hidden; display: flex; justify-content: space-between; margin-left: -20px; margin-top: -30px; position: relative; height: 75px; margin-bottom: 0.2rem; align-items: center;}
#floatForm .contactTop:before{position:absolute;top:0;left:0;width:0;height:0;border-color:#85bd2b transparent transparent transparent;border-style:solid;border-width:75px 98px 0 0;content:"";}
#floatForm .contactTop .contactLogo{ margin-left: 20px; margin-top: 5px; position: relative; z-index: 3; width: 50px; height: 50px; border-radius: 50%; overflow: hidden; box-shadow: 0 0 10px #e60012; background: #fff; display: flex; align-items: center; justify-content: center; box-sizing: border-box; padding: 5px;}
#floatForm .contactTop .contactLogo img{ max-width: inherit; width: 100%; height: auto;}
#floatForm .contactForm{width:90%;max-width:380px;z-index:1; padding:30px 20px;background-color:#f3f3f3;border:1px solid #d5d5d5; overflow: hidden; border-top-left-radius: 10px; border-top-right-radius: 10px;}
#floatForm .contactForm .btnclose{display:inline-flex;width:30px;height:30px;background-color:#000;border:3px solid #fff;border-radius:50%;z-index:1;align-items: center;justify-content: center;cursor:pointer; margin: 0;}
#floatForm .contactForm .btnclose>i{font-size:12px;line-height:24px;color:#fff;font-weight:bold;}
#floatForm .contactForm .quickQuoteTitle{font-size:22px;line-height:24px;color:#171717;font-weight:600;margin-bottom:20px;}
#floatForm .contactForm input,.contactForm textarea{padding:12px;width:100%;border:1px solid #dadada;margin-bottom:10px;background-color:#fff;color:#000;resize:none; box-sizing: border-box;}
#floatForm .contactForm .submit{padding:0.1rem 0.2rem;min-width:100%;font-size:0.16rem;border:1px solid #e60012;background-color:#e60012;text-align:center;color:#fff;display:inline-block; height: auto; box-sizing: border-box; border-radius: 0;}
#floatForm .contactForm .submit:hover{color:#fff;}
@media (min-width:1px) and (max-width:1081px){
	#floatForm{ bottom: 50px;}
}

/*404*/
.page404{ overflow: hidden; padding: 2rem 0; text-align: center;}
.page404 h2{ font-size: 0.2rem; color: #e60012;}
.page404 h2 span{ display: inline-flex; align-items: center;}
.page404 h2 span:before{ content: ""; display: inline-block; width: 0.15rem; height: 1px; background: #e60012; margin-right: 0.1rem;}
.page404 h2 span:after{ content: ""; display: inline-block; width: 0.15rem; height: 1px; background: #e60012; margin-left: 0.1rem;}
.page404 h4{ font-size: 1.6rem; color: #333; font-weight: bold;}
.page404 p{ font-size: 0.16rem; color: #333;}
.page404 .btn404{ display: inline-block; padding: 0.16rem 0.32rem; border: 1px solid #333; font-size: 0.16rem; margin-top: 0.5rem; transition: linear 0.35s;}
.page404 .btn404:hover{ background: #e60012; color: #333;}

